-
Couldn't load subscription status.
- Fork 6
Add protocols for Infrahub 1.4 #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe changes introduce new resource classes and update several existing ones in both asynchronous and synchronous protocol definitions. These updates include adding new attributes, replacing boolean flags with dropdown/enumerated types, and extending the data model schema with additional metadata fields and resource types. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant Protocol
participant ResourceClass
Client->>Protocol: Request resource operation (e.g., create/update)
Protocol->>ResourceClass: Instantiate with new/updated attributes
ResourceClass-->>Protocol: Return resource instance with extended schema
Protocol-->>Client: Respond with resource data including new fields
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~15–25 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (9)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying infrahub-sdk-python with
|
| Latest commit: |
937eaae
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bc8c1f0b.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://pog-infrahub-develop-protoco.infrahub-sdk-python.pages.dev |
Replaces #485 targeting
infrahub-developinstead.Summary by CodeRabbit
New Features
Enhancements